home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Help / CSS / style / default.css
Cascading Style Sheet File  |  1998-04-30  |  4KB  |  161 lines

  1. /*
  2.  * Style sheet for the CSS2 specification
  3.  * $Id: default.css,v 2.14 1998/03/24 16:16:22 bbos Exp $
  4.  */
  5.  
  6. BODY {
  7.     color: black;
  8.     /* text-align: justify; */
  9.     font-family: helvetica, sans-serif;
  10.     background: white;
  11.     margin: 2em;
  12.     /* For the REC: background: #def url(recbg.jpg); */
  13. }
  14. H1, H2, H3, H4, H5, H6 {
  15.     text-align: left;
  16. }
  17.  
  18. H1 {
  19.     clear: left;
  20.     margin-top: 2em;
  21.     text-align: center;
  22. }
  23.  
  24. PRE {
  25.     font-family: monospace;
  26.     margin-left: 1em;
  27.     font-size: 90%
  28. }
  29.  
  30. ADDRESS {
  31.     text-align: right;
  32.     font-style: italic;
  33. }
  34.  
  35. VAR {
  36.     font-style: normal;
  37. }
  38. IMG {
  39.     border: 0;
  40. }
  41. .toc {
  42.     text-indent: 0;
  43. }
  44. P.toc-line {
  45.     margin-top: 1em;
  46.     margin-bottom: 1em;
  47.     text-indent: 0;
  48. }
  49.  
  50. /* I don't like all that blue text, how about this: */
  51. /* It should be 'inherit', but Netscape inserts a random color :-( */
  52. A.noxref:link, A.noxref:visited {color: black; /*color: inherit*/}
  53. DIV.example A:link, DIV.example A:visited {color: maroon; /*color: inherit*/}
  54. DIV.deprecated-html-example A:link,
  55. DIV.deprecated-html-example A:visited {color: red; /*color: inherit*/}
  56. .note A:link, .note A:visited {color: green; /*color: inherit*/}
  57.  
  58. A.propdef-title {
  59.   background: yellow;
  60. }
  61.  
  62. A.descdef-title {
  63.   color: yellow;
  64.   background: green
  65. }
  66.  
  67. /* TABLE {margin-left: 1em} */
  68. DIV.propdef {margin: 1.2em 0}
  69.  
  70. div.example { color: maroon }
  71. pre.example { color: maroon }
  72. pre.illegal-example { color: red }
  73. div.illegal-example { color: red }
  74. div.illegal-example p { color: black }
  75.  
  76.  
  77. div.html-example { color: maroon }
  78. pre.html-example { color: maroon }
  79. pre.illegal-html-example { color: red }
  80. div.illegal-html-example { color: red }
  81. div.illegal-html-example p { color: black }
  82. pre.deprecated-html-example { color: red }
  83. div.deprecated-html-example { color: red }
  84. div.deprecated-html-example p { color: black }
  85.  
  86. div.xml-example { color: maroon }
  87. pre.xml-example { color: maroon }
  88. pre.illegal-xml-example { color: red }
  89. div.illegal-xml-example { color: red }
  90. div.illegal-xml-example p { color: black }
  91.  
  92. div.dtd-example { color: maroon }
  93. pre.dtd-example { color: maroon }
  94. pre.illegal-dtd-example { color: red }
  95. div.illegal-dtd-example { color: red }
  96. div.illegal-dtd-example p { color: black }
  97.  
  98. .note {
  99.     font-weight: bold;
  100.     margin-top: 1em;
  101.     margin-bottom: 1em;
  102.     margin-left: 1em;
  103.     margin-right: 1em;
  104.     color: green
  105. }
  106.  
  107. .normref { 
  108.     color: red;
  109. }    
  110.  
  111. .informref {
  112.     color: green;
  113. }    
  114.  
  115. DIV.propdef TH { 
  116.     text-align: right; 
  117. }
  118.  
  119. DIV.descdef TH { 
  120.     text-align: right; 
  121. }
  122.  
  123. UL.toc, OL.toc {list-style: none}
  124. DIV.toc UL UL, DIV.toc OL OL {margin-left: 0}
  125. DIV.toc UL UL UL, DIV.toc OL OL OL {margin-left: 1em}
  126. DIV.toc UL UL UL UL, DIV.toc OL OL OL OL {margin-left: 0}
  127. LI.tocline1 {font-weight: bold}
  128. LI.tocline2 {font-weight: normal}
  129. LI.tocline4 {font-style: italic}
  130. /* DIV.subtoc UL, DIV.subtoc OL {list-style: none} */
  131. /* The border in the following rule crashes NN4 on fonts.html :-(
  132. DIV.subtoc {padding: 1em; border: solid black thin; margin: 1em 0;
  133.     background: #ddd}
  134. */
  135. UL.index {list-style: none}
  136.  
  137. S, DEL {text-decoration: line-through; color: red}
  138. U, INS {text-decoration: underline; background: #bfa}
  139.  
  140. DIV.figure {
  141.     text-align: center;
  142.     /*border: solid thin;
  143.     width: 100%;*/
  144.     margin: 2.5em 0
  145. }
  146. P.caption, CAPTION {
  147.     text-align: center;
  148.     font-style: italic;
  149.     font-weight: bold;
  150.     font-size: 90%;
  151.     color: #088;
  152.     margin: 1.5em 25% 0 25%;
  153. }
  154. DIV.toc, UL.index, DT {
  155.     text-align: left
  156. }
  157. SUP {
  158.     vertical-align: super;
  159.     font-size: 80%
  160. }
  161.